Computational Fluid Dynamics (CFD)

2D Lid driven problem (Low Reynolds number) - (2020-1)

(a) 2D-u velocity field

(b) 2D-v velocity field

(c) 2D-w velocity field

  Navier-Stokes eqn & Divergence free eqn are as follow

$$ \frac{\partial {u}}{\partial t} + ({u} \cdot \nabla) {u} = -\nabla p + \dfrac{1}{Re_\tau}\nabla^2 {u} $$ $$ \nabla \cdot {u} = 0 $$

  Description: We studied about computational fluid dynamics (CFD), which is simply simulation used to predict flow in a range of environments, including pipe, open channel, and even semiconductor. You might question why CFD is required rather than experimentation. I can confirm that fluid dynamics experiments are prohibitively expensive. The prominent scientists Navier and Stokes formulated the Navier-Stokes equation, which models fluid flow based on F=ma. However, nobody can find the exact solution to the given equation. Unknown parameters are more than just numbers of equations. Therefore, we must solve this problem using numerical method such as Finite Difference method, Spectral method etc. I solved the given equation using the C/C++ and Python programming languages.